home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / ftp-mail.lha / FTP-Mail / prinzip.doc < prev    next >
Text File  |  1995-11-01  |  956b  |  28 lines

  1. PRINZIP.DOC
  2.  
  3.  
  4. ----------------------------------------------------------------------------
  5.  
  6. ftp-mail.rexx scans the mail twice.
  7.  
  8. First it reads the mail line by line. TABS are converted into spaces.
  9. Commands and arguments are splitted. If a command is not known ftp-mail is
  10. looking for an alias. Such lines will be replaced and been scanned again, as
  11. long as no other alias is found.
  12. Empty lines or lines with a "#" at beginning are ignored.
  13. The program puts found commands into an internal list.
  14. Lines, which contents "|" are splitted and handled as like "|" is a new
  15. command/line.
  16.  
  17. The internal list which is created by the 1st scan is scanned again. Command
  18. after command is executed, as good as the program can.
  19.  
  20. In the logfiles you will see all this procedures again:
  21. Found aliases are printed out. And you will see the original mail-line and
  22. the built up command line.
  23.  
  24.  
  25. ----------------------------------------------------------------------------
  26.  
  27.  
  28.